-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export PrefixedSubAppResource
in aiohttp.web
#6889
Conversation
PrefixedSubAppResource
in aiohttp.web
Codecov Report
@@ Coverage Diff @@
## master #6889 +/- ##
==========================================
+ Coverage 93.40% 97.40% +3.99%
==========================================
Files 104 106 +2
Lines 30647 30962 +315
Branches 3752 3179 -573
==========================================
+ Hits 28625 30157 +1532
+ Misses 1848 604 -1244
- Partials 174 201 +27
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #6921 🤖 @patchback |
To match the documentation: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.PrefixedSubAppResource It's missing since this PR got merged: #3469. Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit a648677)
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #6922 🤖 @patchback |
To match the documentation: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.PrefixedSubAppResource It's missing since this PR got merged: #3469. Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit a648677)
…`aiohttp.web` (#6921) **This is a backport of PR #6889 as merged into master (a648677).** To match the documentation: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.PrefixedSubAppResource It's missing since this PR got merged: #3469. Co-authored-by: Sam Bull <[email protected]>
…`aiohttp.web` (#6922) **This is a backport of PR #6889 as merged into master (a648677).** To match the documentation: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.PrefixedSubAppResource It's missing since this PR got merged: #3469. Co-authored-by: Sam Bull <[email protected]>
To match the documentation: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.PrefixedSubAppResource
It's missing since this PR got merged: #3469.